ASensor

{@link ASensorEventQueue} is an opaque type that provides access to {@link ASensorEvent} from hardware sensors.

A new {@link ASensorEventQueue} can be obtained using ASensorManager_createEventQueue().

This file provides a set of functions to enable and disable sensors, check and get events, and set event rates on a {@link ASensorEventQueue}. - ASensorEventQueue_enableSensor() - ASensorEventQueue_disableSensor() - ASensorEventQueue_hasEvents() - ASensorEventQueue_getEvents() - ASensorEventQueue_setEventRate() - ASensorEventQueue_requestAdditionalInfoEvents()

extern (C) nothrow @nogc
struct ASensor

Meta